.advice-wrapper {
  margin-top: 0.25rem;
  padding: 0 0.5rem;
}
.advice-wrapper ul {
  display: flex;
}
.advice-wrapper li {
  width: 1.56rem;
  height: 0.72rem;
  line-height: 0.72rem;
  margin-right: 0.09rem;
  text-align: center;
  background: #F7F7F7;
  border-radius: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}
.advice-wrapper li:last-child {
  margin-right: 0;
}
.advice-wrapper li a {
  color: #333333;
}
